func google.golang.org/protobuf/internal/impl.appendGroupSlice

2 uses

	google.golang.org/protobuf/internal/impl (current package)
		codec_field.go#L729: 			return appendGroupSlice(b, p, f.wiretag, ft, opts)
		codec_field.go#L751: func appendGroupSlice(b []byte, p pointer, wiretag uint64, messageType reflect.Type, opts marshalOptions) ([]byte, error) {